home *** CD-ROM | disk | FTP | other *** search
/ Champak 119 / (Vol 119) Nov 09 2010.iso / Games / tobby_ura_ura.swf / scripts / DefineButton2_252 / BUTTONCONDACTION on(press).as
Text File  |  2010-11-09  |  114b  |  7 lines

  1. on(press){
  2.    Mouse.hide();
  3.    _root.gPlayFlg = true;
  4.    _root.startTime = getTimer();
  5.    this._y = 1000;
  6. }
  7.